home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / mos / demo.exe / scripts / DefineButton2_312 / BUTTONCONDACTION on(release).as
Text File  |  1999-02-11  |  186b  |  12 lines

  1. on(release){
  2.    tellTarget("../../../indicator")
  3.    {
  4.       gotoAndStop("3di");
  5.       play();
  6.       tellTarget("../../menu03")
  7.       {
  8.          gotoAndStop(1);
  9.       }
  10.    }
  11. }
  12.